home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / pc / end.dxr / Internal_95.ls < prev    next >
Encoding:
Text File  |  2002-01-03  |  199 b   |  16 lines

  1. global brwsr
  2.  
  3. on mouseEnter me
  4.   cursor(280)
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseDown me
  12.   brwsr = browserName()
  13.   open(brwsr)
  14.   gotoNetPage("www.postcardcd.com/toronto/toronto.htm")
  15. end
  16.